home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / NCSA / tn3270 2.4d7 source / NCSA⁄BYU TCP⁄IP / confile.h < prev    next >
C/C++ Source or Header  |  1991-06-27  |  289b  |  35 lines

  1. extern void Sgetconfig
  2.   (
  3.     struct config *cp
  4.   );
  5.  
  6. extern int Sreadhosts
  7.   (
  8.     void
  9.   );
  10.  
  11. extern void Ssetgates
  12.   (
  13.     void
  14.   );
  15.  
  16. extern int Snewns
  17.   (
  18.     void
  19.   );
  20.  
  21. extern void Shostfile
  22.   (
  23.     char *ptr
  24.   );
  25.  
  26. extern int Ssetns
  27.   (
  28.     unsigned char ipn[4]
  29.   );
  30.  
  31. extern int Sissep
  32.   (
  33.     int c
  34.   );
  35.